From: Keir Fraser Date: Tue, 13 Apr 2010 17:19:33 +0000 (+0100) Subject: xentrace: Add missing help option X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12378 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=822cdd45d1eb196b569da50ebde213b8a8330634;p=xen.git xentrace: Add missing help option Describe the --reserve-disk-space option in the xentrace help. Signed-off-by: George Dunlap --- diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c index db652a2283..dd5471a3e9 100644 --- a/tools/xentrace/xentrace.c +++ b/tools/xentrace/xentrace.c @@ -804,6 +804,9 @@ static void usage(void) " -V, --version Print program version\n" \ " -M, --memory-buffer=b Copy trace records to a circular memory buffer.\n" \ " Dump to file on exit.\n" \ +" -r --reserve-disk-space=n Before writing trace records to disk, check to see\n" \ +" that after the write there will be at least n space\n" \ +" left on the disk.\n" \ "\n" \ "This tool is used to capture trace buffer data from Xen. The\n" \ "data is output in a binary format, in the following order:\n" \